-
Notifications
You must be signed in to change notification settings - Fork 22
Add support for intermediate X.509 certificates #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumped generated certificate versions to v3 to allow for X509v3 extensions.
…ath up to a root. Refactor HTTPListenerConfiguration to use a certificateChain by default while preserving the old behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update the version in build.savant
. This looks like a compatible change, so 0.1.11
should be fine for SemVer compatibility.
…first. Added a 3-level chain in the wrong order to test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few comments.
* Reverted splitting of line in README. * Added JavaDocs. * Fix non-backwards compatible change of parseCertificate returning the first 're-ordered' certificate, rather than first certificate in PEM. * Reverted parseDERFromPEM to original state. It is now only used for parsing keys.
Summary:
Add support for intermediate X.509 certificates on TLS listener.
Fix:
Certificate[]
s to supply a fully-created certificate chain.Related: